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
-  Lines: 10
-  Date:
Mon Jun 28 13:40:39 1999
-  Orig file: 
v2.3.8/linux/arch/ppc/chrpboot/Makefile
-  Orig date: 
Mon Jun  7 12:11:51 1999
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)