get most examples build with iar

This commit is contained in:
hathach
2023-01-18 10:31:00 +07:00
parent 8df2fd1916
commit ecfd57e6f1
6 changed files with 80 additions and 5 deletions

View File

@@ -6,7 +6,10 @@ INC += \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
EXAMPLE_SOURCE = \
src/main.c \
src/usb_descriptors.c
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk