Changeset fa4b7ba3 in mainline for uspace/app/tester/Makefile


Ignore:
Timestamp:
2012-11-13T20:02:25Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9234566
Parents:
d1538a1
Message:

Retire read-only ext2 support.

  • Remove ext2fs and libext2 as their functionality is now superseded by ext4fs and libext4.
  • Remove ext2info and tester's ext2 test as they depended on libext2 which has a different API than libext4.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    rd1538a1 rfa4b7ba3  
    2929
    3030USPACE_PREFIX = ../..
    31 LIBS = $(LIBEXT2_PREFIX)/libext2.a $(LIBBLOCK_PREFIX)/libblock.a $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBEXT2_PREFIX) -I$(LIBSOFTFLOAT_PREFIX)
     31LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
     32EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBSOFTFLOAT_PREFIX)
    3333BINARY = tester
    3434
     
    6363        mm/mapping1.c \
    6464        hw/misc/virtchar1.c \
    65         hw/serial/serial1.c \
    66         ext2/ext2_1.c
     65        hw/serial/serial1.c
    6766
    6867include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.