parent
e089e2ba4e
commit
82d765bee3
@ -1,4 +1,10 @@ |
||||
-include source/core/Makefile |
||||
-include source/ftl/Makefile |
||||
-include source/mufs/Makefile |
||||
-include source/platform/Makefile |
||||
-include source/shell/Makefile |
||||
-include source/tests/Makefile |
||||
|
||||
obj-y += source/bitops.o
|
||||
|
||||
tbm-obj-y += source/main.o
|
||||
|
@ -0,0 +1 @@ |
||||
tbm-obj-y += source/core/flash.o
|
@ -1,7 +1 @@ |
||||
ifeq ($(TARGET),host) |
||||
else |
||||
obj-y += source/platform/spi_flash.o
|
||||
obj-y += source/platform/usart.o
|
||||
endif |
||||
|
||||
-include source/platform/$(TARGET)/Makefile |
||||
|
Loading…
Reference in new issue