CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Ignore generated work/ directory
[kernel/cubox.git] / Makefile
index c1cc4c676331f0643b0233f65efc5fa8633341d9..3552dfbde4bd107df7c7353d803fcbff02507fd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,13 @@
 # src/kernel/cubox/Makefile
 #
 
-TARGET = arm-crux-linux-gnueabi
+TARGET = arm-crux-linux-gnueabihf
 
 PWD = $(shell pwd)
 WORK = $(PWD)/work
-CROSSTOOLS = $(PWD)/../../toolchain/crosstools
+CROSSTOOLS = $(PWD)/../../toolchain-hardfp/crosstools
 
-KERNEL_VERSION = 2.6.32.9-cubox_20120605
+KERNEL_VERSION = 3.5.7-cubox_20130227
 
 .PHONY: all clean image modules map config
 
@@ -18,7 +18,7 @@ clean: image-clean modules-clean map-clean
 
 distclean: clean image-distclean modules-distclean map-distclean
 
-$(WORK)/linux-$(KERNEL_VERSION).tar.bz2:
+$(WORK)/linux-$(KERNEL_VERSION).tar.xz:
        wget -P $(WORK) http://crux-arm.nu/files/distfiles/cubox/linux-$(KERNEL_VERSION).tar.xz
 
 $(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.xz $(PWD)/config-$(KERNEL_VERSION)