Changeset fcd7053 in mainline for uspace/Makefile


Ignore:
Timestamp:
2009-02-12T20:11:25Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa024ce
Parents:
84266669
Message:

cleanup configuration
code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r84266669 rfcd7053  
    5555        app/bdsh
    5656
    57 ifeq ($(ARCH), amd64)
     57ifeq ($(UARCH),amd64)
    5858        DIRS += srv/pci
    5959endif
    6060
    61 ifeq ($(ARCH), ia32)
     61ifeq ($(UARCH),ia32)
    6262        DIRS += srv/pci
    63 endif
    64 
    65 ifeq ($(ARCH), mips32)
    66         CFLAGS += -DCONFIG_MIPS_FPU
    67 endif
    68 
    69 ifeq ($(ARCH), mips32eb)
    70         CFLAGS += -DCONFIG_MIPS_FPU
    7163endif
    7264
     
    7668.PHONY: all $(BUILDS) $(CLEANS) clean
    7769
    78 all: ../Makefile.config $(BUILDS)
     70all: ../Makefile.config ../config.h ../config.defs $(BUILDS)
    7971
    8072clean: $(CLEANS)
Note: See TracChangeset for help on using the changeset viewer.