patch-2.3.9 linux/arch/ppc/chrpboot/Makefile

Next file: linux/arch/ppc/chrpboot/main.c
Previous file: linux/arch/ppc/apus_defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/arch/ppc/chrpboot/Makefile linux/arch/ppc/chrpboot/Makefile
@@ -70,6 +70,9 @@
 	./mknote > note
 	$(OBJCOPY) $@ $@ --add-section=.note=note -R .comment
 
+mknote: mknote.c
+	$(HOSTCC) $(HOSTCFLAGS) -o $@ mknote.c
+
 zImage.initrd: $(OBJS) initrd.o
 	$(LD) $(LD_ARGS) -o $@ $(OBJS) initrd.o $(LIBS)
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)