Changeset 63 for trunk/Makefile


Ignore:
Timestamp:
Jun 26, 2017, 5:10:26 PM (7 years ago)
Author:
max@…
Message:

move the ldscript into core/ for tsar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r62 r63  
    479479                                $(SYS_OBJS_2)               \
    480480                                $(SYS_OBJS_3)               \
    481                                                                 kernel/kernel.ld
    482         $(LD) -o $@ -T kernel/kernel.ld                         \
     481                                                                hal/tsar_mips32/kernel.ld
     482        $(LD) -o $@ -T hal/tsar_mips32/kernel.ld                \
    483483          $(KERN_OBJS) $(HAL_OBJS) $(DEV_OBJS) $(MM_OBJS)   \
    484484          $(LIBK_OBJS) $(DRIVERS_OBJS) $(VFS_OBJS)          \
Note: See TracChangeset for help on using the changeset viewer.