X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2FCore%2FMakefile;h=7e8c30d9a995077494998d7a8fc6cbe3eb0167eb;hb=61e738e9f111f0beac621db5efbccff0d64760a2;hp=af927313e7439f8dab60d2c71cb45b48f5c2d53c;hpb=049de1f2533477716a12a708c097b199eaa8fb6c;p=tpg%2Facess2.git diff --git a/Modules/USB/Core/Makefile b/Modules/USB/Core/Makefile index af927313..7e8c30d9 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 +CPPFLAGS = -Iinclude NAME = Core -include ../Makefile.tpl