diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2016-07-28 17:44:07 +0200 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2016-07-28 17:44:07 +0200 |
commit | eddc8d4bf5baeb83fbf568b8e989527306718f83 (patch) | |
tree | eb003134df8daf659677c5e6d41361720dc81563 | |
parent | 5f0d290de700ddffa6750e95344fdc9fb49301db (diff) |
src: can-lin: Usb-Driver: fix Makefile
This patch fixes the Makefile needed to build the mocca-usb driver.
Change-Id: I9c5ad924190a98a1657dd419272b31f4b243c668
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
-rw-r--r-- | Usb-Driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Usb-Driver/Makefile b/Usb-Driver/Makefile index fd82dbc..d36db59 100644 --- a/Usb-Driver/Makefile +++ b/Usb-Driver/Makefile @@ -4,7 +4,7 @@ SRC := $(shell pwd) obj-m += mocca_usb.o -CFLAGS_hdm_usb.o := -I$(src)/../../aim-network/files/ -I$(src)/../../mostcore/files +CFLAGS_mocca_usb.o := -I$(src)/../include/ all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules |