You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
246 B
Makefile

if KDRIVEVESA
VESA_SUBDIRS = vesa
endif
if KDRIVEFBDEV
FBDEV_SUBDIRS = fbdev
endif
if KDRIVELINUX
LINUX_SUBDIRS = linux
endif
SUBDIRS = \
src \
$(LINUX_SUBDIRS) \
$(FBDEV_SUBDIRS) \
$(VESA_SUBDIRS)
DIST_SUBDIRS = vesa fbdev src linux