]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Makefile
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added...
[mirror_edk2.git] / BaseTools / Makefile
CommitLineData
30fdf114
LG
1
2SUBDIRS = Source\C Source\Python
3
4all: c python
5
6c :
7 @Source\C\Makefiles\NmakeSubdirs.bat all Source\C
8
9python:
10 @Source\C\Makefiles\NmakeSubdirs.bat all Source\Python
11
12subdirs: $(SUBDIRS)
13 @Source\C\Makefiles\NmakeSubdirs.bat all $**
14
15.PHONY: clean
16clean:
17 @Source\C\Makefiles\NmakeSubdirs.bat clean $(SUBDIRS)
18
19.PHONY: cleanall
20cleanall:
21 @Source\C\Makefiles\NmakeSubdirs.bat cleanall $(SUBDIRS)
22