Changeset 0b512a8 in mainline for src/Makefile


Ignore:
Timestamp:
2005-09-06T23:23:37Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7248e31
Parents:
2bd4fdf
Message:

Small cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    r2bd4fdf r0b512a8  
    8787        $(LD) -T ../arch/$(ARCH)/_link.ld $(LFLAGS) $(arch_objects) $(objects) $(test_objects) debug/real_map.o -o $@ -Map kernel.map
    8888
    89 %.s: %.S
    90         $(CC) $(CPPFLAGS) -E $< >$@
     89%.o: %.S
     90        $(CC) $(ASFLAGS) $(CFLAGS) -c $< -o $@
    9191
    9292%.o: %.s
Note: See TracChangeset for help on using the changeset viewer.