diff options
Diffstat (limited to 'arch/ppc/treeboot/Makefile')
-rw-r--r-- | arch/ppc/treeboot/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc/treeboot/Makefile b/arch/ppc/treeboot/Makefile index f84810e1e..7d42a6741 100644 --- a/arch/ppc/treeboot/Makefile +++ b/arch/ppc/treeboot/Makefile @@ -10,11 +10,6 @@ HOSTCFLAGS = -O -I$(TOPDIR)/include -CC = $(CROSS_COMPILE)gcc -LD = $(CROSS_COMPILE)ld -OBJCOPY = $(CROSS_COMPILE)objcopy -OBJDUMP = $(CROSS_COMPILE)objdump - GZIP = gzip -vf9 RM = rm -f MKEVIMG = mkevimg -l |