update for HEAD-2003091401
[reactos.git] / drivers / net / dd / pcnet / Makefile
1 PATH_TO_TOP = ../../../..
2 TARGET_TYPE = driver
3 TARGET_NAME = pcnet
4
5 #
6 # - must define NDIS40 to get the right characteristics struct
7 # - must define anonymous unions to make physical addresses work right
8 #
9 TARGET_CFLAGS = -I. -DDBG=1 -Wall -Werror -DNDIS40 -DANONYMOUSUNIONS 
10
11 TARGET_OBJECTS = pcnet.o 
12 TARGET_DDKLIBS = ndis.a
13 include $(PATH_TO_TOP)/rules.mak
14 include $(TOOLS_PATH)/helper.mk