# SPDX-License-Identifier: CC0-1.0 SUBDIRS=crc tests recursive=all clean install all: $(recursive): @target=$@ ; \ for subdir in $(SUBDIRS); do \ echo "Making $$target in $$subdir" ; \ $(MAKE) -C $$subdir $$target; \ done easonboard.com/renesas/drm.git/atom/bsd/gamma/Makefile?h=live' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/bsd/gamma/Makefile
blob: f5635910b8ab0fe6e4e10c0777965e1b06b2b684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

KMOD	= gamma
SRCS    = gamma_drv.c gamma_dma.c
SRCS   += device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS} -I..
KMODDEPS = drm

@:
	ln -sf /sys @

machine:
	ln -sf /sys/i386/include machine

.include <bsd.kmod.mk>