Changeset 9a0367f in mainline for boot/Makefile


Ignore:
Timestamp:
2009-01-20T18:38:16Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27fb3d6
Parents:
b1747a5
Message:

configuration system overhaul (requires newt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rb1747a5 r9a0367f  
    3030#
    3131
    32 -include Makefile.config
     32-include ../Makefile.config
    3333
    3434## Paths
     
    5151endif
    5252
    53 .PHONY: all build config distclean clean generic_clean
     53.PHONY: all build clean generic_clean
    5454
    55 all:
    56         ../tools/config.py boot.config default $(ARCH) $(COMPILER) $(CONFIG_DEBUG) $(IMAGE)
    57         $(MAKE) -C . build
     55all: ../Makefile.config build
    5856
    5957-include arch/$(ARCH)/Makefile.inc
    6058
    61 config:
    62         ../tools/config.py boot.config
    63 
    64 distclean: clean
    65         -rm Makefile.config
    66 
    6759generic_clean:
    6860        -rm generic/*.o genarch/*.o
Note: See TracChangeset for help on using the changeset viewer.