comparison libdha/Makefile @ 8503:9dbb9c710480

svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
author alex
date Fri, 20 Dec 2002 21:07:27 +0000
parents ace211f1ed2b
children 55e80f13c826
comparison
equal deleted inserted replaced
8502:3158c0e8e7e1 8503:9dbb9c710480
25 ifeq ($(TARGET_OS),OpenBSD) 25 ifeq ($(TARGET_OS),OpenBSD)
26 ifeq ($(TARGET_ARCH_X86),yes) 26 ifeq ($(TARGET_ARCH_X86),yes)
27 LIBS += -li386 27 LIBS += -li386
28 endif 28 endif
29 endif 29 endif
30
31 # If you want libdha to use svgalib_helper for hardware access,
32 # uncomment this statement, and change the -I to the correct directory
33 # that includes svgalib_helper.o:
34 #CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
30 35
31 .SUFFIXES: .c .o 36 .SUFFIXES: .c .o
32 37
33 # .PHONY: all clean 38 # .PHONY: all clean
34 39