Skip to content

Commit

Permalink
remove FPGA IO code
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Feb 27, 2023
1 parent 5be5b35 commit 9db62b3
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 1,588 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL = /bin/bash -o pipefail

# using gcc version 10.2.1

BASE = arm-none-linux-gnueabihf
BASE = arm-linux-gnueabihf

CC = $(BASE)-gcc
LD = $(BASE)-ld
Expand Down Expand Up @@ -47,7 +47,7 @@ OBJ = $(C_SRC:.c=.c.o) $(CPP_SRC:.cpp=.cpp.o) $(IMG:.png=.png.o)
DEP = $(C_SRC:.c=.c.d) $(CPP_SRC:.cpp=.cpp.d)

DFLAGS = $(INCLUDE) -D_7ZIP_ST -DPACKAGE_VERSION=\"1.3.3\" -DFLAC_API_EXPORTS -DFLAC__HAS_OGG=0 -DHAVE_LROUND -DHAVE_STDINT_H -DHAVE_STDLIB_H -DHAVE_SYS_PARAM_H -DENABLE_64_BIT_WORDS=0 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVDATE=\"`date +"%y%m%d"`\"
CFLAGS = $(DFLAGS) -Wall -Wextra -Wno-strict-aliasing -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-truncation -Wno-psabi -Wno-restrict -c -O3
CFLAGS = $(DFLAGS) -w -Wextra -Wno-strict-aliasing -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-truncation -Wno-psabi -Wno-restrict -c -O3
LFLAGS = -lc -lstdc++ -lm -lrt $(IMLIB2_LIB) -Llib/bluetooth -lbluetooth -lpthread

ifeq ($(PROFILING),1)
Expand Down
192 changes: 0 additions & 192 deletions MiSTer.vcxproj

This file was deleted.

Loading

0 comments on commit 9db62b3

Please sign in to comment.