21 lines
691 B
Makefile
21 lines
691 B
Makefile
|
# def file for the embedded target
|
||
|
libGL.so.1 = libGL-Mesa-dri
|
||
|
libGLU.so.1 = libGL-Mesa-dri
|
||
|
perl[bytes] = perl
|
||
|
#xorglibGL = libGL-Mesa-dri
|
||
|
xorgdrvvideo = xorg-drv-video-base xorg-drv-video-amd xorg-drv-video-nsc
|
||
|
xorgdrvinput = xorg-drv-input-base xorg-drv-input-synaptics
|
||
|
splashtheme = splash-theme-openmamba
|
||
|
bootloader = syslinux
|
||
|
alsaplayer_output = alsaplayer-output-jack alsaplayer-output-alsa
|
||
|
#libscanpci.so = xorg-server
|
||
|
libgtkpeer.so = libgcj4
|
||
|
libjawt.so = libgcj4
|
||
|
kernelsound = kernel-mamba-sound-backport
|
||
|
#kernelwireless = kernel-mamba-wireless
|
||
|
kernelwireless = kernel-mamba-wireless-backport
|
||
|
|
||
|
ifdef PLATFORM
|
||
|
include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs
|
||
|
endif
|