reactos/reactos/drivers/net/dd/ne2000/Makefile

20 lines
302 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.11 2001/08/21 20:13:15 chorns Exp $
PATH_TO_TOP = ../../../..
TARGET_TYPE = driver
TARGET_NAME = ne2000
TARGET_CFLAGS = -I./include
TARGET_OBJECTS = \
ne2000/8390.o \
ne2000/main.o
TARGET_DDKLIBS = ndis.a
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk