forked from xuos/xiuos
Modify Makefile
This commit is contained in:
parent
64477bafda
commit
e61dee8922
|
@ -16,7 +16,9 @@ objdump = ${toolchain}objdump
|
||||||
c_useropts = -O0
|
c_useropts = -O0
|
||||||
|
|
||||||
|
|
||||||
INC_DIR = -I$(KERNEL_ROOT)/services/drivers/usb/components \
|
INC_DIR = -I$(KERNEL_ROOT)/services/drivers/usb/ \
|
||||||
|
-I$(KERNEL_ROOT)/services/drivers/usb/components/ \
|
||||||
|
-I$(KERNEL_ROOT)/services/drivers/usb/components/class \
|
||||||
-I$(KERNEL_ROOT)/services/drivers/usb/components/class \
|
-I$(KERNEL_ROOT)/services/drivers/usb/components/class \
|
||||||
-I$(KERNEL_ROOT)/services/drivers/usb/components/class/cdc \
|
-I$(KERNEL_ROOT)/services/drivers/usb/components/class/cdc \
|
||||||
-I$(KERNEL_ROOT)/services/drivers/usb/components/class/hub \
|
-I$(KERNEL_ROOT)/services/drivers/usb/components/class/hub \
|
||||||
|
|
Loading…
Reference in New Issue