7 lines
152 B
Makefile
7 lines
152 B
Makefile
|
obj-y := cmsis/ drivers/ hal/
|
||
|
|
||
|
ifneq ($(DUAL_BOOT),1)
|
||
|
obj-y += main/
|
||
|
endif
|
||
|
|
||
|
subdir-ccflags-y += -Iplatform/cmsis/inc -Iplatform/hal -Iutils/hwtimer_list
|