pinebuds/platform/Makefile

7 lines
152 B
Makefile
Raw Normal View History

2022-08-15 04:20:27 -05:00
obj-y := cmsis/ drivers/ hal/
ifneq ($(DUAL_BOOT),1)
obj-y += main/
endif
subdir-ccflags-y += -Iplatform/cmsis/inc -Iplatform/hal -Iutils/hwtimer_list