rename hid generic example
This commit is contained in:
15
examples/device/hid_generic_inout/Makefile
Normal file
15
examples/device/hid_generic_inout/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
include ../../../tools/top.mk
|
||||
include ../../make.mk
|
||||
|
||||
INC += \
|
||||
src \
|
||||
$(TOP)/hw \
|
||||
|
||||
# Example source
|
||||
EXAMPLE_SOURCE += $(wildcard src/*.c)
|
||||
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
|
||||
|
||||
# Board source
|
||||
SRC_C += hw/bsp/$(BOARD)/board_$(BOARD).c
|
||||
|
||||
include ../../rules.mk
|
Reference in New Issue
Block a user