8 lines
185 B
Makefile
8 lines
185 B
Makefile
ifeq ($(BOARD), jh7110)
|
|
SRC_DIR := fs shell lib boards tools app
|
|
else
|
|
SRC_DIR := fs shell lib boards drivers semaphore drivers tools net app
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|