lkml.org 
[lkml]   [2012]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/5] silence 'arch/x86/realmode/rm/realmode.bin' is up to date message
Date
From: Peter Foley <pefoley2@verizon.net>

Since realmode.bin is in $(always) the recursive make from the realmode
directory does not need to specify a specific target.
Remove the realmode.bin target to eliminate the 'up to date'
message.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
arch/x86/realmode/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile
index 94f7fbe..08fe883 100644
--- a/arch/x86/realmode/Makefile
+++ b/arch/x86/realmode/Makefile
@@ -15,4 +15,4 @@ obj-y += rmpiggy.o
$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin

$(obj)/rm/realmode.bin: FORCE
- $(Q)$(MAKE) $(build)=$(obj)/rm $@
+ $(Q)$(MAKE) $(build)=$(obj)/rm
--
1.8.0


\
 
 \ /
  Last update: 2012-11-18 22:41    [W:0.088 / U:0.752 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site