X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FHID%2FMakefile;h=598c5918f4ed0c5d992a59bb2e4472f4e5acc5e7;hb=849329d50395b44ac97c5b5145fc2df0749eace2;hp=e862a26b778e0654f7eb27d4be1c8b6184a36fdf;hpb=1ba64c63a4a3a8ce27155f9463f0442ea7f7dc89;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/USB/HID/Makefile b/KernelLand/Modules/USB/HID/Makefile index e862a26b..598c5918 100644 --- a/KernelLand/Modules/USB/HID/Makefile +++ b/KernelLand/Modules/USB/HID/Makefile @@ -2,7 +2,7 @@ # Acess2 HID Driver # -OBJ = main.o mouse.o +OBJ = main.o mouse.o keyboard.o CPPFLAGS = -I../Core/include NAME = HID