diff options
Diffstat (limited to 'examples/host/hid_controller/Makefile')
| -rw-r--r-- | examples/host/hid_controller/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/host/hid_controller/Makefile b/examples/host/hid_controller/Makefile new file mode 100644 index 000000000..1377f1f90 --- /dev/null +++ b/examples/host/hid_controller/Makefile @@ -0,0 +1,14 @@ +include ../../build_system/make/make.mk + +INC += \ + src \ + $(TOP)/hw \ + +# Example source +EXAMPLE_SOURCE += \ + src/hid_app.c \ + src/main.c + +SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) + +include ../../build_system/make/rules.mk |
