Files
lk/app/usbtest/rules.mk
Travis Geiselbrecht 3b2d7a268b [make] remove the need for a module to manually add $(LOCAL_DIR)/include to the global include path
Pretty much every module in the system was already doing it, so do it
automatically.
2015-10-19 19:07:16 -07:00

14 lines
182 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_DEPS += \
dev/usb
MODULE_SRCS += \
$(LOCAL_DIR)/usbtest.c \
$(LOCAL_DIR)/descriptor.c \
include make/module.mk