Changeset 3998ab2 in mainline
- Timestamp:
- 2006-03-12T18:18:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7740f86
- Parents:
- 75a3095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/Makefile.inc
r75a3095 r3998ab2 28 28 29 29 VMAXLMA_SRC=$(KERNELDIR)/contrib/arch/ia64/vmaxlma.c 30 CROSS_OBJCOPY=/usr/local/ia64/bin/ia64-pc-linux-gnu-objcopy31 30 32 31 build: kernel.bin … … 35 34 cp $(KERNELDIR)/kernel.bin . 36 35 ./vmaxlma kernel.bin 37 $(CROSS_OBJCOPY) -O binary $(USPACEDIR)/init/init init38 36 39 37 vmaxlma: $(VMAXLMA_SRC) … … 41 39 42 40 clean: clean_kernel clean_uspace 43 -rm -f kernel.bin initvmaxlma41 -rm -f kernel.bin vmaxlma 44 42 45 43 arch_distclean: distclean_kernel distclean_uspace
Note:
See TracChangeset
for help on using the changeset viewer.