mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			36 lines
		
	
	
		
			920 B
		
	
	
	
		
			Diff
		
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			920 B
		
	
	
	
		
			Diff
		
	
	
| diff -drupN a/Kbuild b/Kbuild
 | |
| --- a/Kbuild	2018-08-06 17:23:04.000000000 +0300
 | |
| +++ b/Kbuild	2022-06-12 05:28:14.000000000 +0300
 | |
| @@ -7,31 +7,6 @@
 | |
|  # 4) Check for missing system calls
 | |
|  # 5) Generate constants.py (may need bounds.h)
 | |
|  
 | |
| -# Default sed regexp - multiline due to syntax constraints
 | |
| -define sed-y
 | |
| -	"/^->/{s:->#\(.*\):/* \1 */:; \
 | |
| -	s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; \
 | |
| -	s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \
 | |
| -	s:->::; p;}"
 | |
| -endef
 | |
| -
 | |
| -# Use filechk to avoid rebuilds when a header changes, but the resulting file
 | |
| -# does not
 | |
| -define filechk_offsets
 | |
| -	(set -e; \
 | |
| -	 echo "#ifndef $2"; \
 | |
| -	 echo "#define $2"; \
 | |
| -	 echo "/*"; \
 | |
| -	 echo " * DO NOT MODIFY."; \
 | |
| -	 echo " *"; \
 | |
| -	 echo " * This file was generated by Kbuild"; \
 | |
| -	 echo " */"; \
 | |
| -	 echo ""; \
 | |
| -	 sed -ne $(sed-y); \
 | |
| -	 echo ""; \
 | |
| -	 echo "#endif" )
 | |
| -endef
 | |
| -
 | |
|  #####
 | |
|  # 1) Generate bounds.h
 | |
|  
 |