upgrade all targets to Linux 2.6.34
[openadk.git] / target / alix2d13 / Makefile
blob5a737fd8a206c9a4314cc7ed1e96cf6ea467a71f
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(TOPDIR)/rules.mk
5 include $(TOPDIR)/mk/kernel.mk
6 include $(TOPDIR)/mk/modules.mk
7 include $(TOPDIR)/mk/kernel-build.mk
8 include $(TOPDIR)/mk/image.mk
10 KERNEL:=$(LINUX_DIR)/arch/x86/boot/bzImage
12 kernel-install:
13 @cp $(KERNEL) $(TARGET_DIR)/boot/vmlinuz-adk
15 ifeq ($(FS),ext2-block)
16 imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
17 @echo
18 @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
19 @echo "To install everything to CompactFlash use scripts/install.sh"
20 @echo 'Login as user root with password linux123 via ssh or console'
21 endif
22 ifeq ($(FS),nfsroot)
23 imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
24 @cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
25 @echo
26 @echo 'The linux kernel is here: $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel'
27 @echo 'The nfs root tarball is here: ${BIN_DIR}/${ROOTFSTARBALL}'
28 @echo 'Login as user root with password linux123 via ssh or console'
29 endif