libpayload: Rename PDCurses-3.4 to PDCurses
Change-Id: If881ec130833c7e7e62caa3d31e350a531f5bc8e Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12398 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
		@@ -147,7 +147,7 @@ done
 | 
			
		||||
_CFLAGS="$_ARCHEXTRA -nostdinc -nostdlib -I$BASE/../build -I$_INCDIR -I$_ARCHINCDIR -D__LIBPAYLOAD__=1"
 | 
			
		||||
 | 
			
		||||
if [ "$CONFIG_LP_PDCURSES" = y ]; then
 | 
			
		||||
  _CFLAGS="$_CFLAGS -I$BASE/../curses/PDCurses-3.4"
 | 
			
		||||
  _CFLAGS="$_CFLAGS -I$BASE/../curses/PDCurses"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$CONFIG_LP_TINYCURSES" = y ]; then
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,7 @@ libcurses-$(CONFIG_LP_TINYCURSES) += colors.c
 | 
			
		||||
includes-$(CONFIG_LP_TINYCURSES) += curses.h
 | 
			
		||||
 | 
			
		||||
ifeq ($(CONFIG_LP_PDCURSES),y)
 | 
			
		||||
PDCURSES := PDCurses-3.4
 | 
			
		||||
PDCURSES := PDCurses
 | 
			
		||||
INCLUDES += -D_LP64=0 -Icurses/$(PDCURSES) -Icurses/pdcurses-backend -Icurses/menu -Icurses/form
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user