branch update for HEAD-2003050101
[reactos.git] / drivers / net / packet / Makefile
index 24b4fe2..68cf2e7 100644 (file)
@@ -11,6 +11,8 @@ TARGET_NAME = packet
 
 TARGET_CFLAGS = -DDBG -DWIN_NT_DRIVER -DKQPC_TS -DUSE_KLOCKS -I$(PATH_TO_TOP)/ntoskrnl/include
 
+TARGET_DDKLIBS = ndis.a
+
 TARGET_OBJECTS = \
        packet.o    \
        openclos.o  \
@@ -29,15 +31,6 @@ TARGET_OBJECTS = \
        bucket_lookup.o \
        normal_lookup.o
 
-
-TARGET_DDKLIBS = ndis.a
-
-TARGET_CLEAN = \
-  *.o \
-  *.coff
-
-TARGET_PATH = .
-
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk