Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Modules / USB / Core / Makefile
1 #
2 #
3
4 OBJ  = main.o
5 OBJ += usb.o usb_lowlevel.o usb_devinit.o usb_io.o usb_poll.o usb_info.o
6 OBJ += hub.o portctl.o
7 CPPFLAGS = -Iinclude
8 NAME = Core
9
10 -include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au