* Make file creates projects dir in /usr/share/pdk. Moving it to /var/lib/moblin...
[moblin-image-creator.eeepc.git] / platforms / menlow-lpia-ubuntu-hardy-ppa / Makefile
blob27beb3fd008b7c5bbcacb9fea85cddff8bffcaa4
1 PNAME = menlow-lpia-ubuntu-hardy-ppa
2 SHARE = ${DESTDIR}/usr/share/pdk
3 PLATFORM_DIR = ${SHARE}/platforms/${PNAME}
5 all:
7 install:
8 @mkdir -p ${PLATFORM_DIR}
9 @mkdir -p ${PLATFORM_DIR}/fsets
10 @mkdir -p ${PLATFORM_DIR}/initramfs/scripts
11 # Install common code to the platform first, so if we have platform
12 # specific code it will get overwritten.
13 @cp -a ../common-apt/initramfs ${PLATFORM_DIR}/
14 @cp ../common-apt/exclude ${PLATFORM_DIR}/
15 @cp ../common-apt/install.sh ${PLATFORM_DIR}/
16 # Platform specific code.
17 @cp -a sources ${PLATFORM_DIR}/
18 @cp -a initramfs ${PLATFORM_DIR}/
19 @cp fsets/*.fset ${PLATFORM_DIR}/fsets/
20 clean:
21 rm -f *.tar.bz2 *~ package-build-stamp