VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/Makefile

Last change on this file was 48674, checked in by vboxsync, 11 years ago

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 508 bytes
Line 
1
2FS=hfs
3
4SOURCES += ../fsw_core.c
5SOURCES += ../fsw_$(FS).c
6SOURCES += ../fsw_lib.c
7SOURCES += fsw_posix.c
8
9OBJ = ${foreach src,$(SOURCES),$(addsuffix .o, $(basename $(src)))}
10
11#lslr.c
12#lsroot.c
13CPPFLAGS += -DHOST_POSIX
14CPPFLAGS += -DFSTYPE=$(FS)
15ASFLAGS += -include asm.h
16CPPFLAGS += -I..
17CPPFLAGS += -I.
18CFLAGS += -g -gdwarf-2
19CFLAGS += -m32
20
21.PHONY: all clear
22all:lslr lsroot
23clean:
24 $(RM) $(OBJ) lslr lsroot lslr.o lsroot.o
25
26lslr: OBJ += lslr.o
27lslr: $(OBJ)
28
29lsroot: OBJ += lsroot.o
30lsroot: $(OBJ)
31
32
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use