summaryrefslogtreecommitdiff
path: root/libdde_linux26/contrib/arch/x86/include/Makefile
blob: c374502cbe0b096fe1edcc27be93a31b14e8d5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PKGDIR	?= ../../../../..
L4DIR	?= $(PKGDIR)/../..

# Force these include files to appear in a special subfolder of dde/
INSTALL_INC_PREFIX = l4/dde/linux26/linux-headers/

include $(L4DIR)/mk/include.mk

#MAKELINK = if [ ! $1 -ef $2 ] ; then ln -$(if $(VERBOSE),v)sf $2 $1 ; fi
#ARCH = $(BUILD_ARCH)
#
#all::
#	$(VERBOSE)$(MKDIR) $(INSTALLDIR_LOCAL)/$(ARCH)/$(INSTALL_INC_PREFIX)