#
# Acess2 HID Driver
#

OBJ = main.o mouse.o keyboard.o
CPPFLAGS = -I../Core/include
NAME = HID

-include ../Makefile.tpl
