X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2FCore%2FMakefile;h=6ef0f03b41844985cc2e22c44c7ae769357b0dde;hb=3e39f3e998538521830c10da09fe14c7a7dc66bd;hp=af927313e7439f8dab60d2c71cb45b48f5c2d53c;hpb=775bf8013abe9fe4ef3d4883ea2e43bba2a84da1;p=tpg%2Facess2.git diff --git a/Modules/USB/Core/Makefile b/Modules/USB/Core/Makefile index af927313..6ef0f03b 100644 --- a/Modules/USB/Core/Makefile +++ b/Modules/USB/Core/Makefile @@ -1,7 +1,8 @@ # # -OBJ = main.o uhci.o +OBJ = main.o usb.o usb_lowlevel.o +CPPFLAGS = -Iinclude NAME = Core -include ../Makefile.tpl