diff options
| author | Masahiro Yamada <[email protected]> | 2013-11-11 14:35:54 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-11-17 14:11:31 -0500 |
| commit | e5c5301f1444ea454d17a368bb5138e0f3a59247 (patch) | |
| tree | 02ba8dee661c5b8cc4f8529ffd2e1fda4262241d /drivers | |
| parent | 36cf0a845c869c514a6cc20a953c53a086251d2f (diff) | |
Makefile: make directories by Makefile.build
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/bios_emulator/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile index 9aa8ea90206..6f74fdc2309 100644 --- a/drivers/bios_emulator/Makefile +++ b/drivers/bios_emulator/Makefile @@ -1,7 +1,5 @@ X86DIR = x86emu -$(shell mkdir -p $(obj)$(X86DIR)) - obj-y = atibios.o biosemu.o besys.o bios.o \ $(X86DIR)/decode.o \ $(X86DIR)/ops2.o \ |
