Changeset a88ab795 in mainline for Makefile


Ignore:
Timestamp:
2006-06-18T01:03:14Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bab785fe
Parents:
2988616b
Message:

fix wrong segment register value
add CONFIG_BAT define

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2988616b ra88ab795  
    4848endif
    4949
     50ifeq ($(CONFIG_BAT),y)
     51        DEFS += -DCONFIG_BAT
     52endif
     53
    5054.PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace
    5155
Note: See TracChangeset for help on using the changeset viewer.